From: Richard M. Stallman Date: Mon, 24 May 1993 22:35:11 +0000 (+0000) Subject: Don't #undef NULL. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96019 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=62917100255ea286b93e3df211448bc2425d0e4a;p=emacs.git Don't #undef NULL. --- diff --git a/src/lread.c b/src/lread.c index fdcbebcafff..bc3fe8ee772 100644 --- a/src/lread.c +++ b/src/lread.c @@ -24,7 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#undef NULL #include "config.h" #include "lisp.h"